need help getting the hw10 codebase onto your athena account?
(copying and pasting = tedious and error-prone!)
1. sign into athena
2. navigate into the folder you want the code files to be in- if you want them in a new, separate folder, use this command to make a new directory:
	mkdir HW10 (or whatever name you want)
	cd HW10
3. paste in these two commands:
	cp /afs/athena.mit.edu/user/s/o/soniat/Public/Hw10.zip ./
	unzip Hw9_updated.zip
4. Now you will have a folder called HW10 (or whatever you named your new directory) with all the files in it
5. Whenever you sign out of and back into athena, you'll have to re-navigate into this folder using the "cd" (change directory) command.